Html Css Color HEX #EED053 Portica

📋 copy color: '#EED053'

red 238 ◦ green 208 ◦ blue 83

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

Shades of Portica #EED053

Tints of Portica #EED053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.69%

R = 44.99%
G = 39.32%
B = 15.69%

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

#EED053 (or 0xEED053) is known color: Portica. HEX triplet: EE, D0 and 53. RGB value is (238,208,83). Sum of RGB (Red+Green+Blue) = 238+208+83=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EED053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED053 is #112FAC. Grayscale: #CBCBCB. Windows color (decimal): -1126317 or 5492974. OLE color: 5492974.

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

Color convert

RGB 238 208 83 -
CMYK 0 0.13 0.65 0.07
HSL 48.39º 0.82% 0.63% -
HSV(B) 48.39º 0.65% 0.93% -
XYZ 59.38 63.91 17.39 -
YUV 202.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 238 208 83 0 0.13 0.65 0.07 48.39 0.82 0.63
Hex EE D0 53 0 D 41 7 30 52 3F
Octal 356 320 123 0 15 101 7 60 122 77
Binary 11101110 11010000 1010011 0 1101 1000001 111 110000 1010010 111111

Color Harmonies of #EED053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED053

Black with #EED053

Text Example


Text Example

White with #EED053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED053; }

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

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

background-color css

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

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

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

border-color css

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

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

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