#EDD84B

Color #EDD84B Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #EDD84B

Tints of Portica #EDD84B

Color information

#EDD84B (or 0xEDD84B) is unknown color: approx Portica. HEX triplet: ED, D8 and 4B. RGB value is (237,216,75). Sum of RGB (Red+Green+Blue) = 237+216+75=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD84B is #1227B4. Grayscale: #CECECE. Windows color (decimal): -1189813 or 4970733. OLE color: 4970733.

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

Color convert

RGB23721675-
CMYK00.090.680.07
HSL52.22º81.82%61.18%-
HSV(B)52.22º68.35%92.94%-
XYZ60.7567.6216.51-
YUV206.253.96149.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 75 (29.69% from 255) = 14.20%
R=44.89%
G=40.91%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372167500.090.680.0752.2281.8261.18
HexEDD84B0944734523d
Octal35533011301110476412275
Binary111011011101100010010110100110001001111101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD84B; }

 p { color: rgb(237,216,75); }

 H1.HeaderClassName
 {
   color: #EDD84B;
 }
 .AnyTagClassName
 {
   color: #EDD84B;
 }
</style>
background-color css

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

 a { background-color: rgb(237,216,75); }

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

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

 span { border-color: rgb(237,216,75); }

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