#EDD25B

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

Shades of Portica #EDD25B

Tints of Portica #EDD25B

Color information

#EDD25B (or 0xEDD25B) is unknown color: approx Portica. HEX triplet: ED, D2 and 5B. RGB value is (237,210,91). Sum of RGB (Red+Green+Blue) = 237+210+91=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD25B is #122DA4. Grayscale: #CDCDCD. Windows color (decimal): -1191333 or 6017773. OLE color: 6017773.

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

Color convert

RGB23721091-
CMYK00.110.620.07
HSL48.9º80.22%64.31%-
HSV(B)48.9º61.6%92.94%-
XYZ59.8664.8519.26-
YUV204.5163.95151.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 91 (35.94% from 255) = 16.91%
R=44.05%
G=39.03%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372109100.110.620.0748.980.2264.31
HexEDD25B0B3E7315040
Octal35532213301376761120100
Binary111011011101001010110110101111111011111000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD25B; }

 p { color: rgb(237,210,91); }

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

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

 a { background-color: rgb(237,210,91); }

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

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

 span { border-color: rgb(237,210,91); }

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