Html Css Color HEX #EEDB54 Portica

📋 copy color: '#EEDB54'

red 238 ◦ green 219 ◦ blue 84

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

Shades of Portica #EEDB54

Tints of Portica #EEDB54

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.48%

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

R = 43.99%
G = 40.48%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EEDB54 (or 0xEEDB54) is known color: Portica. HEX triplet: EE, DB and 54. RGB value is (238,219,84). Sum of RGB (Red+Green+Blue) = 238+219+84=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB54 is #1124AB. Grayscale: #D1D1D1. Windows color (decimal): -1123500 or 5561326. OLE color: 5561326.

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

Color convert

RGB 238 219 84 -
CMYK 0 0.08 0.65 0.07
HSL 52.6º 0.82% 0.63% -
HSV(B) 52.6º 0.65% 0.93% -
XYZ 62.19 69.48 18.52 -
YUV 209.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 238 219 84 0 0.08 0.65 0.07 52.6 0.82 0.63
Hex EE DB 54 0 8 41 7 35 52 3F
Octal 356 333 124 0 10 101 7 65 122 77
Binary 11101110 11011011 1010100 0 1000 1000001 111 110101 1010010 111111

Color Harmonies of #EEDB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB54

Black with #EEDB54

Text Example


Text Example

White with #EEDB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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