Html Css Color HEX #EEDE54 Portica

📋 copy color: '#EEDE54'

red 238 ◦ green 222 ◦ blue 84

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

Shades of Portica #EEDE54

Tints of Portica #EEDE54

RGB

 RED value IS 238 (93.36% from 255) = 43.75%

 GREEN value IS 222 (87.11% from 255) = 40.81%

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

R = 43.75%
G = 40.81%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EEDE54 (or 0xEEDE54) is known color: Portica. HEX triplet: EE, DE and 54. RGB value is (238,222,84). Sum of RGB (Red+Green+Blue) = 238+222+84=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE54 is #1121AB. Grayscale: #D3D3D3. Windows color (decimal): -1122732 or 5562094. OLE color: 5562094.

HSL color Cylindrical-coordinate representation of color #EEDE54: hue angle of 53.77º degrees, saturation: 0.82, 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 #EEDE54 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 84 -
CMYK 0 0.07 0.65 0.07
HSL 53.77º 0.82% 0.63% -
HSV(B) 53.77º 0.65% 0.93% -
XYZ 62.98 71.06 18.78 -
YUV 211.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 238 222 84 0 0.07 0.65 0.07 53.77 0.82 0.63
Hex EE DE 54 0 7 41 7 36 52 3F
Octal 356 336 124 0 7 101 7 66 122 77
Binary 11101110 11011110 1010100 0 111 1000001 111 110110 1010010 111111

Color Harmonies of #EEDE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE54

Black with #EEDE54

Text Example


Text Example

White with #EEDE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE54; }

 p { color: rgb(238,222,84); }

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

background-color css

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

 a { background-color: rgb(238,222,84); }

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

border-color css

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

 span { border-color: rgb(238,222,84); }

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