Html Css Color HEX #EEDA62 Portica

📋 copy color: '#EEDA62'

red 238 ◦ green 218 ◦ blue 98

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

Shades of Portica #EEDA62

Tints of Portica #EEDA62

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.35%

 BLUE value IS 98 (38.67% from 255) = 17.69%

R = 42.96%
G = 39.35%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EEDA62 (or 0xEEDA62) is known color: Portica. HEX triplet: EE, DA and 62. RGB value is (238,218,98). Sum of RGB (Red+Green+Blue) = 238+218+98=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA62 is #11259D. Grayscale: #D2D2D2. Windows color (decimal): -1123742 or 6478574. OLE color: 6478574.

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

Color convert

RGB 238 218 98 -
CMYK 0 0.08 0.59 0.07
HSL 51.43º 0.8% 0.66% -
HSV(B) 51.43º 0.59% 0.93% -
XYZ 62.54 69.2 21.62 -
YUV 210.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 238 218 98 0 0.08 0.59 0.07 51.43 0.8 0.66
Hex EE DA 62 0 8 3B 7 33 50 42
Octal 356 332 142 0 10 73 7 63 120 102
Binary 11101110 11011010 1100010 0 1000 111011 111 110011 1010000 1000010

Color Harmonies of #EEDA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA62

Black with #EEDA62

Text Example


Text Example

White with #EEDA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA62; }

 p { color: rgb(238,218,98); }

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

background-color css

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

 a { background-color: rgb(238,218,98); }

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

border-color css

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

 span { border-color: rgb(238,218,98); }

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