Html Css Color HEX #EED054 Portica

📋 copy color: '#EED054'

red 238 ◦ green 208 ◦ blue 84

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

Shades of Portica #EED054

Tints of Portica #EED054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.25%

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

R = 44.91%
G = 39.25%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EED054 (or 0xEED054) is known color: Portica. HEX triplet: EE, D0 and 54. RGB value is (238,208,84). Sum of RGB (Red+Green+Blue) = 238+208+84=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EED054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED054 is #112FAB. Grayscale: #CBCBCB. Windows color (decimal): -1126316 or 5558510. OLE color: 5558510.

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

Color convert

RGB 238 208 84 -
CMYK 0 0.13 0.65 0.07
HSL 48.31º 0.82% 0.63% -
HSV(B) 48.31º 0.65% 0.93% -
XYZ 59.42 63.93 17.6 -
YUV 202.83 60.94 153.08 -
System Red Green Blue C M Y K H S L
Decimal 238 208 84 0 0.13 0.65 0.07 48.31 0.82 0.63
Hex EE D0 54 0 D 41 7 30 52 3F
Octal 356 320 124 0 15 101 7 60 122 77
Binary 11101110 11010000 1010100 0 1101 1000001 111 110000 1010010 111111

Color Harmonies of #EED054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED054

Black with #EED054

Text Example


Text Example

White with #EED054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED054; }

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

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

background-color css

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

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

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

border-color css

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

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

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