Html Css Color HEX #EED952 Portica

📋 copy color: '#EED952'

red 238 ◦ green 217 ◦ blue 82

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

Shades of Portica #EED952

Tints of Portica #EED952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 82 (32.42% from 255) = 15.27%

R = 44.32%
G = 40.41%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EED952 (or 0xEED952) is known color: Portica. HEX triplet: EE, D9 and 52. RGB value is (238,217,82). Sum of RGB (Red+Green+Blue) = 238+217+82=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EED952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED952 is #1126AD. Grayscale: #D0D0D0. Windows color (decimal): -1124014 or 5429742. OLE color: 5429742.

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

Color convert

RGB 238 217 82 -
CMYK 0 0.09 0.66 0.07
HSL 51.92º 0.82% 0.63% -
HSV(B) 51.92º 0.66% 0.93% -
XYZ 61.6 68.41 17.94 -
YUV 207.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 238 217 82 0 0.09 0.66 0.07 51.92 0.82 0.63
Hex EE D9 52 0 9 42 7 34 52 3F
Octal 356 331 122 0 11 102 7 64 122 77
Binary 11101110 11011001 1010010 0 1001 1000010 111 110100 1010010 111111

Color Harmonies of #EED952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED952

Black with #EED952

Text Example


Text Example

White with #EED952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED952; }

 p { color: rgb(238,217,82); }

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

background-color css

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

 a { background-color: rgb(238,217,82); }

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

border-color css

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

 span { border-color: rgb(238,217,82); }

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