Html Css Color HEX #EDB251 Casablanca

📋 copy color: '#EDB251'

red 237 ◦ green 178 ◦ blue 81

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

Shades of Casablanca #EDB251

Tints of Casablanca #EDB251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.33%

R = 47.78%
G = 35.89%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDB251 (or 0xEDB251) is known color: Casablanca. HEX triplet: ED, B2 and 51. RGB value is (237,178,81). Sum of RGB (Red+Green+Blue) = 237+178+81=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB251 is #124DAE. Grayscale: #B9B9B9. Windows color (decimal): -1199535 or 5354221. OLE color: 5354221.

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

Color convert

RGB 237 178 81 -
CMYK 0 0.25 0.66 0.07
HSL 37.31º 0.81% 0.62% -
HSV(B) 37.31º 0.66% 0.93% -
XYZ 52.33 50.44 14.76 -
YUV 184.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 237 178 81 0 0.25 0.66 0.07 37.31 0.81 0.62
Hex ED B2 51 0 19 42 7 25 51 3E
Octal 355 262 121 0 31 102 7 45 121 76
Binary 11101101 10110010 1010001 0 11001 1000010 111 100101 1010001 111110

Color Harmonies of #EDB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB251

Black with #EDB251

Text Example


Text Example

White with #EDB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB251; }

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

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

background-color css

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

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

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

border-color css

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

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

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