Html Css Color HEX #EDAF4C Casablanca

📋 copy color: '#EDAF4C'

red 237 ◦ green 175 ◦ blue 76

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

Shades of Casablanca #EDAF4C

Tints of Casablanca #EDAF4C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.86%

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

R = 48.57%
G = 35.86%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDAF4C (or 0xEDAF4C) is known color: Casablanca. HEX triplet: ED, AF and 4C. RGB value is (237,175,76). Sum of RGB (Red+Green+Blue) = 237+175+76=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF4C is #1250B3. Grayscale: #B6B6B6. Windows color (decimal): -1200308 or 5025773. OLE color: 5025773.

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

Color convert

RGB 237 175 76 -
CMYK 0 0.26 0.68 0.07
HSL 36.89º 0.82% 0.61% -
HSV(B) 36.89º 0.68% 0.93% -
XYZ 51.56 49.19 13.61 -
YUV 182.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 237 175 76 0 0.26 0.68 0.07 36.89 0.82 0.61
Hex ED AF 4C 0 1A 44 7 25 52 3D
Octal 355 257 114 0 32 104 7 45 122 75
Binary 11101101 10101111 1001100 0 11010 1000100 111 100101 1010010 111101

Color Harmonies of #EDAF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF4C

Black with #EDAF4C

Text Example


Text Example

White with #EDAF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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