Html Css Color HEX #EDB254 Casablanca

📋 copy color: '#EDB254'

red 237 ◦ green 178 ◦ blue 84

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

Shades of Casablanca #EDB254

Tints of Casablanca #EDB254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.83%

R = 47.49%
G = 35.67%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB254 (or 0xEDB254) is known color: Casablanca. HEX triplet: ED, B2 and 54. RGB value is (237,178,84). Sum of RGB (Red+Green+Blue) = 237+178+84=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB254 is #124DAB. Grayscale: #B9B9B9. Windows color (decimal): -1199532 or 5550829. OLE color: 5550829.

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

Color convert

RGB 237 178 84 -
CMYK 0 0.25 0.65 0.07
HSL 36.86º 0.81% 0.63% -
HSV(B) 36.86º 0.65% 0.93% -
XYZ 52.45 50.49 15.37 -
YUV 184.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 237 178 84 0 0.25 0.65 0.07 36.86 0.81 0.63
Hex ED B2 54 0 19 41 7 25 51 3F
Octal 355 262 124 0 31 101 7 45 121 77
Binary 11101101 10110010 1010100 0 11001 1000001 111 100101 1010001 111111

Color Harmonies of #EDB254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB254

Black with #EDB254

Text Example


Text Example

White with #EDB254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB254; }

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

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

background-color css

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

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

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

border-color css

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

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

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