#EDD65D

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

Shades of Portica #EDD65D

Tints of Portica #EDD65D

Color information

#EDD65D (or 0xEDD65D) is unknown color: approx Portica. HEX triplet: ED, D6 and 5D. RGB value is (237,214,93). Sum of RGB (Red+Green+Blue) = 237+214+93=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD65D is #1229A2. Grayscale: #CFCFCF. Windows color (decimal): -1190307 or 6149869. OLE color: 6149869.

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

Color convert

RGB23721493-
CMYK00.100.610.07
HSL50.42º80%64.71%-
HSV(B)50.42º60.76%92.94%-
XYZ60.9566.8920.05-
YUV207.0863.62149.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 93 (36.72% from 255) = 17.10%
R=43.57%
G=39.34%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372149300.100.610.0750.428064.71
HexEDD65D0A3D7325041
Octal35532613501275762120101
Binary111011011101011010111010101011110111111001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD65D; }

 p { color: rgb(237,214,93); }

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

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

 a { background-color: rgb(237,214,93); }

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

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

 span { border-color: rgb(237,214,93); }

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