Html Css Color HEX #EDD754 Portica

📋 copy color: '#EDD754'

red 237 ◦ green 215 ◦ blue 84

#EDD754
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #EDD754

Tints of Portica #EDD754

RGB

 RED value IS 237 (92.97% from 255) = 44.22%

 GREEN value IS 215 (84.38% from 255) = 40.11%

 BLUE value IS 84 (33.2% from 255) = 15.67%

R = 44.22%
G = 40.11%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDD754 (or 0xEDD754) is known color: Portica. HEX triplet: ED, D7 and 54. RGB value is (237,215,84). Sum of RGB (Red+Green+Blue) = 237+215+84=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD754 is #1228AB. Grayscale: #CFCFCF. Windows color (decimal): -1190060 or 5560301. OLE color: 5560301.

HSL color Cylindrical-coordinate representation of color #EDD754: hue angle of 51.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDD754 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 84 -
CMYK 0 0.09 0.65 0.07
HSL 51.37º 0.81% 0.63% -
HSV(B) 51.37º 0.65% 0.93% -
XYZ 60.83 67.25 18.16 -
YUV 206.64 58.79 149.65 -
System Red Green Blue C M Y K H S L
Decimal 237 215 84 0 0.09 0.65 0.07 51.37 0.81 0.63
Hex ED D7 54 0 9 41 7 33 51 3F
Octal 355 327 124 0 11 101 7 63 121 77
Binary 11101101 11010111 1010100 0 1001 1000001 111 110011 1010001 111111

Color Harmonies of #EDD754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD754

Black with #EDD754

Text Example


Text Example

White with #EDD754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD754; }

 p { color: rgb(237,215,84); }

 H1.HeaderClassName
 {
   color: #EDD754;
 }
 .AnyTagClassName
 {
   color: #EDD754;
 }
</style>

background-color css

<style>
 a { background-color: #EDD754; }

 a { background-color: rgb(237,215,84); }

 div.DivClassName
 {
   background-color: #EDD754;
 }
 .BgClassName
 {
   background-color: #EDD754;
 }
</style>

border-color css

<style>
 span { border-color: #EDD754; }

 span { border-color: rgb(237,215,84); }

 td.TdClassName
 {
   border-color: #EDD754;
 }
 .TagClassName
 {
   border-color: #EDD754;
 }
</style>