Html Css Color HEX #EDB14F Casablanca

📋 copy color: '#EDB14F'

red 237 ◦ green 177 ◦ blue 79

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

Shades of Casablanca #EDB14F

Tints of Casablanca #EDB14F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

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

R = 48.07%
G = 35.9%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDB14F (or 0xEDB14F) is known color: Casablanca. HEX triplet: ED, B1 and 4F. RGB value is (237,177,79). Sum of RGB (Red+Green+Blue) = 237+177+79=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB14F is #124EB0. Grayscale: #B8B8B8. Windows color (decimal): -1199793 or 5222893. OLE color: 5222893.

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

Color convert

RGB 237 177 79 -
CMYK 0 0.25 0.67 0.07
HSL 37.22º 0.81% 0.62% -
HSV(B) 37.22º 0.67% 0.93% -
XYZ 52.06 50.01 14.31 -
YUV 183.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 237 177 79 0 0.25 0.67 0.07 37.22 0.81 0.62
Hex ED B1 4F 0 19 43 7 25 51 3E
Octal 355 261 117 0 31 103 7 45 121 76
Binary 11101101 10110001 1001111 0 11001 1000011 111 100101 1010001 111110

Color Harmonies of #EDB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB14F

Black with #EDB14F

Text Example


Text Example

White with #EDB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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