Html Css Color HEX #EDDA60 Portica

📋 copy color: '#EDDA60'

red 237 ◦ green 218 ◦ blue 96

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

Shades of Portica #EDDA60

Tints of Portica #EDDA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

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

R = 43.01%
G = 39.56%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDDA60 (or 0xEDDA60) is known color: Portica. HEX triplet: ED, DA and 60. RGB value is (237,218,96). Sum of RGB (Red+Green+Blue) = 237+218+96=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA60 is #12259F. Grayscale: #D2D2D2. Windows color (decimal): -1189280 or 6347501. OLE color: 6347501.

HSL color Cylindrical-coordinate representation of color #EDDA60: hue angle of 51.91º 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 #EDDA60 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 218 96 -
CMYK 0 0.08 0.59 0.07
HSL 51.91º 0.8% 0.65% -
HSV(B) 51.91º 0.59% 0.93% -
XYZ 62.11 68.99 21.11 -
YUV 209.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 237 218 96 0 0.08 0.59 0.07 51.91 0.8 0.65
Hex ED DA 60 0 8 3B 7 34 50 41
Octal 355 332 140 0 10 73 7 64 120 101
Binary 11101101 11011010 1100000 0 1000 111011 111 110100 1010000 1000001

Color Harmonies of #EDDA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA60

Black with #EDDA60

Text Example


Text Example

White with #EDDA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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