Html Css Color HEX #EDAD4D Casablanca

📋 copy color: '#EDAD4D'

red 237 ◦ green 173 ◦ blue 77

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

Shades of Casablanca #EDAD4D

Tints of Casablanca #EDAD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 48.67%
G = 35.52%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDAD4D (or 0xEDAD4D) is known color: Casablanca. HEX triplet: ED, AD and 4D. RGB value is (237,173,77). Sum of RGB (Red+Green+Blue) = 237+173+77=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD4D is #1252B2. Grayscale: #B5B5B5. Windows color (decimal): -1200819 or 5090797. OLE color: 5090797.

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

Color convert

RGB 237 173 77 -
CMYK 0 0.27 0.68 0.07
HSL 36º 0.82% 0.62% -
HSV(B) 36º 0.68% 0.93% -
XYZ 51.21 48.43 13.67 -
YUV 181.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 237 173 77 0 0.27 0.68 0.07 36 0.82 0.62
Hex ED AD 4D 0 1B 44 7 24 52 3E
Octal 355 255 115 0 33 104 7 44 122 76
Binary 11101101 10101101 1001101 0 11011 1000100 111 100100 1010010 111110

Color Harmonies of #EDAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD4D

Black with #EDAD4D

Text Example


Text Example

White with #EDAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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