Html Css Color HEX #EDAD4E Casablanca

📋 copy color: '#EDAD4E'

red 237 ◦ green 173 ◦ blue 78

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

Shades of Casablanca #EDAD4E

Tints of Casablanca #EDAD4E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.45%

 BLUE value IS 78 (30.86% from 255) = 15.98%

R = 48.57%
G = 35.45%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDAD4E (or 0xEDAD4E) is known color: Casablanca. HEX triplet: ED, AD and 4E. RGB value is (237,173,78). Sum of RGB (Red+Green+Blue) = 237+173+78=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD4E is #1252B1. Grayscale: #B5B5B5. Windows color (decimal): -1200818 or 5156333. OLE color: 5156333.

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

Color convert

RGB 237 173 78 -
CMYK 0 0.27 0.67 0.07
HSL 35.85º 0.82% 0.62% -
HSV(B) 35.85º 0.67% 0.93% -
XYZ 51.24 48.44 13.86 -
YUV 181.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 237 173 78 0 0.27 0.67 0.07 35.85 0.82 0.62
Hex ED AD 4E 0 1B 43 7 24 52 3E
Octal 355 255 116 0 33 103 7 44 122 76
Binary 11101101 10101101 1001110 0 11011 1000011 111 100100 1010010 111110

Color Harmonies of #EDAD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD4E

Black with #EDAD4E

Text Example


Text Example

White with #EDAD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD4E; }

 p { color: rgb(237,173,78); }

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

background-color css

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

 a { background-color: rgb(237,173,78); }

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

border-color css

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

 span { border-color: rgb(237,173,78); }

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