Html Css Color HEX #EDA64C Casablanca

📋 copy color: '#EDA64C'

red 237 ◦ green 166 ◦ blue 76

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

Shades of Casablanca #EDA64C

Tints of Casablanca #EDA64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 49.48%
G = 34.66%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDA64C (or 0xEDA64C) is known color: Casablanca. HEX triplet: ED, A6 and 4C. RGB value is (237,166,76). Sum of RGB (Red+Green+Blue) = 237+166+76=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA64C is #1259B3. Grayscale: #B1B1B1. Windows color (decimal): -1202612 or 5023469. OLE color: 5023469.

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

Color convert

RGB 237 166 76 -
CMYK 0 0.30 0.68 0.07
HSL 33.54º 0.82% 0.61% -
HSV(B) 33.54º 0.68% 0.93% -
XYZ 49.87 45.8 13.05 -
YUV 176.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 237 166 76 0 0.30 0.68 0.07 33.54 0.82 0.61
Hex ED A6 4C 0 1E 44 7 22 52 3D
Octal 355 246 114 0 36 104 7 42 122 75
Binary 11101101 10100110 1001100 0 11110 1000100 111 100010 1010010 111101

Color Harmonies of #EDA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA64C

Black with #EDA64C

Text Example


Text Example

White with #EDA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA64C; }

 p { color: rgb(237,166,76); }

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

background-color css

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

 a { background-color: rgb(237,166,76); }

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

border-color css

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

 span { border-color: rgb(237,166,76); }

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