Html Css Color HEX #EED050 Portica

📋 copy color: '#EED050'

red 238 ◦ green 208 ◦ blue 80

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

Shades of Portica #EED050

Tints of Portica #EED050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.21%

R = 45.25%
G = 39.54%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EED050 (or 0xEED050) is known color: Portica. HEX triplet: EE, D0 and 50. RGB value is (238,208,80). Sum of RGB (Red+Green+Blue) = 238+208+80=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EED050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED050 is #112FAF. Grayscale: #CACACA. Windows color (decimal): -1126320 or 5296366. OLE color: 5296366.

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

Color convert

RGB 238 208 80 -
CMYK 0 0.13 0.66 0.07
HSL 48.61º 0.82% 0.62% -
HSV(B) 48.61º 0.66% 0.93% -
XYZ 59.26 63.87 16.79 -
YUV 202.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 238 208 80 0 0.13 0.66 0.07 48.61 0.82 0.62
Hex EE D0 50 0 D 42 7 31 52 3E
Octal 356 320 120 0 15 102 7 61 122 76
Binary 11101110 11010000 1010000 0 1101 1000010 111 110001 1010010 111110

Color Harmonies of #EED050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED050

Black with #EED050

Text Example


Text Example

White with #EED050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED050; }

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

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

background-color css

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

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

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

border-color css

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

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

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