Html Css Color HEX #EDD956 Portica

📋 copy color: '#EDD956'

red 237 ◦ green 217 ◦ blue 86

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

Shades of Portica #EDD956

Tints of Portica #EDD956

RGB

 RED value IS 237 (92.97% from 255) = 43.89%

 GREEN value IS 217 (85.16% from 255) = 40.19%

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

R = 43.89%
G = 40.19%
B = 15.93%

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

#EDD956 (or 0xEDD956) is known color: Portica. HEX triplet: ED, D9 and 56. RGB value is (237,217,86). Sum of RGB (Red+Green+Blue) = 237+217+86=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD956 is #1226A9. Grayscale: #D0D0D0. Windows color (decimal): -1189546 or 5691885. OLE color: 5691885.

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

Color convert

RGB 237 217 86 -
CMYK 0 0.08 0.64 0.07
HSL 52.05º 0.81% 0.63% -
HSV(B) 52.05º 0.64% 0.93% -
XYZ 61.42 68.3 18.75 -
YUV 208.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 237 217 86 0 0.08 0.64 0.07 52.05 0.81 0.63
Hex ED D9 56 0 8 40 7 34 51 3F
Octal 355 331 126 0 10 100 7 64 121 77
Binary 11101101 11011001 1010110 0 1000 1000000 111 110100 1010001 111111

Color Harmonies of #EDD956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD956

Black with #EDD956

Text Example


Text Example

White with #EDD956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD956; }

 p { color: rgb(237,217,86); }

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

background-color css

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

 a { background-color: rgb(237,217,86); }

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

border-color css

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

 span { border-color: rgb(237,217,86); }

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