Html Css Color HEX #EED251 Portica

📋 copy color: '#EED251'

red 238 ◦ green 210 ◦ blue 81

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

Shades of Portica #EED251

Tints of Portica #EED251

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

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

R = 44.99%
G = 39.7%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EED251 (or 0xEED251) is known color: Portica. HEX triplet: EE, D2 and 51. RGB value is (238,210,81). Sum of RGB (Red+Green+Blue) = 238+210+81=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EED251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED251 is #112DAE. Grayscale: #CCCCCC. Windows color (decimal): -1125807 or 5362414. OLE color: 5362414.

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

Color convert

RGB 238 210 81 -
CMYK 0 0.12 0.66 0.07
HSL 49.3º 0.82% 0.63% -
HSV(B) 49.3º 0.66% 0.93% -
XYZ 59.79 64.86 17.15 -
YUV 203.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 238 210 81 0 0.12 0.66 0.07 49.3 0.82 0.63
Hex EE D2 51 0 C 42 7 31 52 3F
Octal 356 322 121 0 14 102 7 61 122 77
Binary 11101110 11010010 1010001 0 1100 1000010 111 110001 1010010 111111

Color Harmonies of #EED251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED251

Black with #EED251

Text Example


Text Example

White with #EED251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED251; }

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

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

background-color css

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

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

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

border-color css

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

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

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