Html Css Color HEX #EDAF4A Casablanca

📋 copy color: '#EDAF4A'

red 237 ◦ green 175 ◦ blue 74

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

Shades of Casablanca #EDAF4A

Tints of Casablanca #EDAF4A

RGB

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

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

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

R = 48.77%
G = 36.01%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDAF4A (or 0xEDAF4A) is known color: Casablanca. HEX triplet: ED, AF and 4A. RGB value is (237,175,74). Sum of RGB (Red+Green+Blue) = 237+175+74=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF4A is #1250B5. Grayscale: #B6B6B6. Windows color (decimal): -1200310 or 4894701. OLE color: 4894701.

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

Color convert

RGB 237 175 74 -
CMYK 0 0.26 0.69 0.07
HSL 37.18º 0.82% 0.61% -
HSV(B) 37.18º 0.69% 0.93% -
XYZ 51.49 49.16 13.25 -
YUV 182.02 67.04 167.21 -
System Red Green Blue C M Y K H S L
Decimal 237 175 74 0 0.26 0.69 0.07 37.18 0.82 0.61
Hex ED AF 4A 0 1A 45 7 25 52 3D
Octal 355 257 112 0 32 105 7 45 122 75
Binary 11101101 10101111 1001010 0 11010 1000101 111 100101 1010010 111101

Color Harmonies of #EDAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF4A

Black with #EDAF4A

Text Example


Text Example

White with #EDAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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