Html Css Color HEX #EDAC4A Casablanca

📋 copy color: '#EDAC4A'

red 237 ◦ green 172 ◦ blue 74

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

Shades of Casablanca #EDAC4A

Tints of Casablanca #EDAC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

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

R = 49.07%
G = 35.61%
B = 15.32%

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

#EDAC4A (or 0xEDAC4A) is known color: Casablanca. HEX triplet: ED, AC and 4A. RGB value is (237,172,74). Sum of RGB (Red+Green+Blue) = 237+172+74=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC4A is #1253B5. Grayscale: #B4B4B4. Windows color (decimal): -1201078 or 4893933. OLE color: 4893933.

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

Color convert

RGB 237 172 74 -
CMYK 0 0.27 0.69 0.07
HSL 36.07º 0.82% 0.61% -
HSV(B) 36.07º 0.69% 0.93% -
XYZ 50.91 48 13.06 -
YUV 180.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 237 172 74 0 0.27 0.69 0.07 36.07 0.82 0.61
Hex ED AC 4A 0 1B 45 7 24 52 3D
Octal 355 254 112 0 33 105 7 44 122 75
Binary 11101101 10101100 1001010 0 11011 1000101 111 100100 1010010 111101

Color Harmonies of #EDAC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC4A

Black with #EDAC4A

Text Example


Text Example

White with #EDAC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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