Html Css Color HEX #EDAD4A Casablanca

📋 copy color: '#EDAD4A'

red 237 ◦ green 173 ◦ blue 74

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

Shades of Casablanca #EDAD4A

Tints of Casablanca #EDAD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.29%

R = 48.97%
G = 35.74%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDAD4A (or 0xEDAD4A) is known color: Casablanca. HEX triplet: ED, AD and 4A. RGB value is (237,173,74). Sum of RGB (Red+Green+Blue) = 237+173+74=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD4A is #1252B5. Grayscale: #B5B5B5. Windows color (decimal): -1200822 or 4894189. OLE color: 4894189.

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

Color convert

RGB 237 173 74 -
CMYK 0 0.27 0.69 0.07
HSL 36.44º 0.82% 0.61% -
HSV(B) 36.44º 0.69% 0.93% -
XYZ 51.1 48.39 13.12 -
YUV 180.85 67.7 168.05 -
System Red Green Blue C M Y K H S L
Decimal 237 173 74 0 0.27 0.69 0.07 36.44 0.82 0.61
Hex ED AD 4A 0 1B 45 7 24 52 3D
Octal 355 255 112 0 33 105 7 44 122 75
Binary 11101101 10101101 1001010 0 11011 1000101 111 100100 1010010 111101

Color Harmonies of #EDAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD4A

Black with #EDAD4A

Text Example


Text Example

White with #EDAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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