Html Css Color HEX #EDA94B Casablanca

📋 copy color: '#EDA94B'

red 237 ◦ green 169 ◦ blue 75

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

Shades of Casablanca #EDA94B

Tints of Casablanca #EDA94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.59%

R = 49.27%
G = 35.14%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDA94B (or 0xEDA94B) is known color: Casablanca. HEX triplet: ED, A9 and 4B. RGB value is (237,169,75). Sum of RGB (Red+Green+Blue) = 237+169+75=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA94B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA94B is #1256B4. Grayscale: #B3B3B3. Windows color (decimal): -1201845 or 4958701. OLE color: 4958701.

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

Color convert

RGB 237 169 75 -
CMYK 0 0.29 0.68 0.07
HSL 34.81º 0.82% 0.61% -
HSV(B) 34.81º 0.68% 0.93% -
XYZ 50.38 46.89 13.05 -
YUV 178.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 237 169 75 0 0.29 0.68 0.07 34.81 0.82 0.61
Hex ED A9 4B 0 1D 44 7 23 52 3D
Octal 355 251 113 0 35 104 7 43 122 75
Binary 11101101 10101001 1001011 0 11101 1000100 111 100011 1010010 111101

Color Harmonies of #EDA94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA94B

Black with #EDA94B

Text Example


Text Example

White with #EDA94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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