Html Css Color HEX #EEDA56 Portica

📋 copy color: '#EEDA56'

red 238 ◦ green 218 ◦ blue 86

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

Shades of Portica #EEDA56

Tints of Portica #EEDA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.87%

R = 43.91%
G = 40.22%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEDA56 (or 0xEEDA56) is known color: Portica. HEX triplet: EE, DA and 56. RGB value is (238,218,86). Sum of RGB (Red+Green+Blue) = 238+218+86=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA56 is #1125A9. Grayscale: #D1D1D1. Windows color (decimal): -1123754 or 5692142. OLE color: 5692142.

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

Color convert

RGB 238 218 86 -
CMYK 0 0.08 0.64 0.07
HSL 52.11º 0.82% 0.64% -
HSV(B) 52.11º 0.64% 0.93% -
XYZ 62.01 68.99 18.85 -
YUV 208.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 238 218 86 0 0.08 0.64 0.07 52.11 0.82 0.64
Hex EE DA 56 0 8 40 7 34 52 40
Octal 356 332 126 0 10 100 7 64 122 100
Binary 11101110 11011010 1010110 0 1000 1000000 111 110100 1010010 1000000

Color Harmonies of #EEDA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA56

Black with #EEDA56

Text Example


Text Example

White with #EEDA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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