Html Css Color HEX #EED851 Portica

📋 copy color: '#EED851'

red 238 ◦ green 216 ◦ blue 81

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

Shades of Portica #EED851

Tints of Portica #EED851

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

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

R = 44.49%
G = 40.37%
B = 15.14%

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

#EED851 (or 0xEED851) is known color: Portica. HEX triplet: EE, D8 and 51. RGB value is (238,216,81). Sum of RGB (Red+Green+Blue) = 238+216+81=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 81 (32.03% from 255 or 15.14% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EED851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED851 is #1127AE. Grayscale: #CFCFCF. Windows color (decimal): -1124271 or 5363950. OLE color: 5363950.

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

Color convert

RGB 238 216 81 -
CMYK 0 0.09 0.66 0.07
HSL 51.59º 0.82% 0.63% -
HSV(B) 51.59º 0.66% 0.93% -
XYZ 61.3 67.88 17.66 -
YUV 207.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 238 216 81 0 0.09 0.66 0.07 51.59 0.82 0.63
Hex EE D8 51 0 9 42 7 34 52 3F
Octal 356 330 121 0 11 102 7 64 122 77
Binary 11101110 11011000 1010001 0 1001 1000010 111 110100 1010010 111111

Color Harmonies of #EED851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED851

Black with #EED851

Text Example


Text Example

White with #EED851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED851; }

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

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

background-color css

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

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

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

border-color css

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

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

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