Html Css Color HEX #EED051 Portica

📋 copy color: '#EED051'

red 238 ◦ green 208 ◦ blue 81

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

Shades of Portica #EED051

Tints of Portica #EED051

RGB

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

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

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

R = 45.16%
G = 39.47%
B = 15.37%

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

#EED051 (or 0xEED051) is known color: Portica. HEX triplet: EE, D0 and 51. RGB value is (238,208,81). Sum of RGB (Red+Green+Blue) = 238+208+81=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EED051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED051 is #112FAE. Grayscale: #CBCBCB. Windows color (decimal): -1126319 or 5361902. OLE color: 5361902.

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

Color convert

RGB 238 208 81 -
CMYK 0 0.13 0.66 0.07
HSL 48.54º 0.82% 0.63% -
HSV(B) 48.54º 0.66% 0.93% -
XYZ 59.3 63.88 16.99 -
YUV 202.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 238 208 81 0 0.13 0.66 0.07 48.54 0.82 0.63
Hex EE D0 51 0 D 42 7 31 52 3F
Octal 356 320 121 0 15 102 7 61 122 77
Binary 11101110 11010000 1010001 0 1101 1000010 111 110001 1010010 111111

Color Harmonies of #EED051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED051

Black with #EED051

Text Example


Text Example

White with #EED051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED051; }

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

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

background-color css

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

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

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

border-color css

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

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

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