Html Css Color HEX #EDDD60 Portica

📋 copy color: '#EDDD60'

red 237 ◦ green 221 ◦ blue 96

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

Shades of Portica #EDDD60

Tints of Portica #EDDD60

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.89%

 BLUE value IS 96 (37.89% from 255) = 17.33%

R = 42.78%
G = 39.89%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDDD60 (or 0xEDDD60) is known color: Portica. HEX triplet: ED, DD and 60. RGB value is (237,221,96). Sum of RGB (Red+Green+Blue) = 237+221+96=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD60 is #12229F. Grayscale: #D4D4D4. Windows color (decimal): -1188512 or 6348269. OLE color: 6348269.

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

Color convert

RGB 237 221 96 -
CMYK 0 0.07 0.59 0.07
HSL 53.19º 0.8% 0.65% -
HSV(B) 53.19º 0.59% 0.93% -
XYZ 62.89 70.56 21.37 -
YUV 211.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 237 221 96 0 0.07 0.59 0.07 53.19 0.8 0.65
Hex ED DD 60 0 7 3B 7 35 50 41
Octal 355 335 140 0 7 73 7 65 120 101
Binary 11101101 11011101 1100000 0 111 111011 111 110101 1010000 1000001

Color Harmonies of #EDDD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD60

Black with #EDDD60

Text Example


Text Example

White with #EDDD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD60; }

 p { color: rgb(237,221,96); }

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

background-color css

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

 a { background-color: rgb(237,221,96); }

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

border-color css

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

 span { border-color: rgb(237,221,96); }

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