Html Css Color HEX #EEDA54 Portica

📋 copy color: '#EEDA54'

red 238 ◦ green 218 ◦ blue 84

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

Shades of Portica #EEDA54

Tints of Portica #EEDA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.56%

R = 44.07%
G = 40.37%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EEDA54 (or 0xEEDA54) is known color: Portica. HEX triplet: EE, DA and 54. RGB value is (238,218,84). Sum of RGB (Red+Green+Blue) = 238+218+84=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 84 (33.20% from 255 or 15.56% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA54 is #1125AB. Grayscale: #D1D1D1. Windows color (decimal): -1123756 or 5561070. OLE color: 5561070.

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

Color convert

RGB 238 218 84 -
CMYK 0 0.08 0.65 0.07
HSL 52.21º 0.82% 0.63% -
HSV(B) 52.21º 0.65% 0.93% -
XYZ 61.93 68.96 18.43 -
YUV 208.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 238 218 84 0 0.08 0.65 0.07 52.21 0.82 0.63
Hex EE DA 54 0 8 41 7 34 52 3F
Octal 356 332 124 0 10 101 7 64 122 77
Binary 11101110 11011010 1010100 0 1000 1000001 111 110100 1010010 111111

Color Harmonies of #EEDA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA54

Black with #EEDA54

Text Example


Text Example

White with #EEDA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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