Html Css Color HEX #EDB44F Casablanca

📋 copy color: '#EDB44F'

red 237 ◦ green 180 ◦ blue 79

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

Shades of Casablanca #EDB44F

Tints of Casablanca #EDB44F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 79 (31.25% from 255) = 15.93%

R = 47.78%
G = 36.29%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDB44F (or 0xEDB44F) is known color: Casablanca. HEX triplet: ED, B4 and 4F. RGB value is (237,180,79). Sum of RGB (Red+Green+Blue) = 237+180+79=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB44F is #124BB0. Grayscale: #B9B9B9. Windows color (decimal): -1199025 or 5223661. OLE color: 5223661.

HSL color Cylindrical-coordinate representation of color #EDB44F: hue angle of 38.35º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDB44F is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 79 -
CMYK 0 0.24 0.67 0.07
HSL 38.35º 0.81% 0.62% -
HSV(B) 38.35º 0.67% 0.93% -
XYZ 52.66 51.21 14.51 -
YUV 185.53 67.88 164.71 -
System Red Green Blue C M Y K H S L
Decimal 237 180 79 0 0.24 0.67 0.07 38.35 0.81 0.62
Hex ED B4 4F 0 18 43 7 26 51 3E
Octal 355 264 117 0 30 103 7 46 121 76
Binary 11101101 10110100 1001111 0 11000 1000011 111 100110 1010001 111110

Color Harmonies of #EDB44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB44F

Black with #EDB44F

Text Example


Text Example

White with #EDB44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB44F; }

 p { color: rgb(237,180,79); }

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

background-color css

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

 a { background-color: rgb(237,180,79); }

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

border-color css

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

 span { border-color: rgb(237,180,79); }

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