Html Css Color HEX #EDB247 Casablanca

📋 copy color: '#EDB247'

red 237 ◦ green 178 ◦ blue 71

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

Shades of Casablanca #EDB247

Tints of Casablanca #EDB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

 BLUE value IS 71 (28.13% from 255) = 14.61%

R = 48.77%
G = 36.63%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDB247 (or 0xEDB247) is known color: Casablanca. HEX triplet: ED, B2 and 47. RGB value is (237,178,71). Sum of RGB (Red+Green+Blue) = 237+178+71=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB247 is #124DB8. Grayscale: #B7B7B7. Windows color (decimal): -1199545 or 4698861. OLE color: 4698861.

HSL color Cylindrical-coordinate representation of color #EDB247: hue angle of 38.67º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB247 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 71 -
CMYK 0 0.25 0.70 0.07
HSL 38.67º 0.82% 0.6% -
HSV(B) 38.67º 0.7% 0.93% -
XYZ 51.98 50.3 12.93 -
YUV 183.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 237 178 71 0 0.25 0.70 0.07 38.67 0.82 0.6
Hex ED B2 47 0 19 46 7 27 52 3C
Octal 355 262 107 0 31 106 7 47 122 74
Binary 11101101 10110010 1000111 0 11001 1000110 111 100111 1010010 111100

Color Harmonies of #EDB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB247

Black with #EDB247

Text Example


Text Example

White with #EDB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB247; }

 p { color: rgb(237,178,71); }

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

background-color css

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

 a { background-color: rgb(237,178,71); }

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

border-color css

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

 span { border-color: rgb(237,178,71); }

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