Html Css Color HEX #EEDD51 Portica

📋 copy color: '#EEDD51'

red 238 ◦ green 221 ◦ blue 81

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

Shades of Portica #EEDD51

Tints of Portica #EEDD51

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.93%

 BLUE value IS 81 (32.03% from 255) = 15%

R = 44.07%
G = 40.93%
B = 15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEDD51 (or 0xEEDD51) is known color: Portica. HEX triplet: EE, DD and 51. RGB value is (238,221,81). Sum of RGB (Red+Green+Blue) = 238+221+81=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD51 is #1122AE. Grayscale: #D2D2D2. Windows color (decimal): -1122991 or 5365230. OLE color: 5365230.

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

Color convert

RGB 238 221 81 -
CMYK 0 0.07 0.66 0.07
HSL 53.5º 0.82% 0.63% -
HSV(B) 53.5º 0.66% 0.93% -
XYZ 62.6 70.48 18.09 -
YUV 210.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 238 221 81 0 0.07 0.66 0.07 53.5 0.82 0.63
Hex EE DD 51 0 7 42 7 36 52 3F
Octal 356 335 121 0 7 102 7 66 122 77
Binary 11101110 11011101 1010001 0 111 1000010 111 110110 1010010 111111

Color Harmonies of #EEDD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD51

Black with #EEDD51

Text Example


Text Example

White with #EEDD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD51; }

 p { color: rgb(238,221,81); }

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

background-color css

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

 a { background-color: rgb(238,221,81); }

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

border-color css

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

 span { border-color: rgb(238,221,81); }

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