Html Css Color HEX #EDA94A Casablanca

📋 copy color: '#EDA94A'

red 237 ◦ green 169 ◦ blue 74

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

Shades of Casablanca #EDA94A

Tints of Casablanca #EDA94A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

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

R = 49.38%
G = 35.21%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDA94A (or 0xEDA94A) is known color: Casablanca. HEX triplet: ED, A9 and 4A. RGB value is (237,169,74). Sum of RGB (Red+Green+Blue) = 237+169+74=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA94A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA94A is #1256B5. Grayscale: #B2B2B2. Windows color (decimal): -1201846 or 4893165. OLE color: 4893165.

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

Color convert

RGB 237 169 74 -
CMYK 0 0.29 0.69 0.07
HSL 34.97º 0.82% 0.61% -
HSV(B) 34.97º 0.69% 0.93% -
XYZ 50.35 46.87 12.87 -
YUV 178.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 237 169 74 0 0.29 0.69 0.07 34.97 0.82 0.61
Hex ED A9 4A 0 1D 45 7 23 52 3D
Octal 355 251 112 0 35 105 7 43 122 75
Binary 11101101 10101001 1001010 0 11101 1000101 111 100011 1010010 111101

Color Harmonies of #EDA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA94A

Black with #EDA94A

Text Example


Text Example

White with #EDA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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