Html Css Color HEX #EFB251 Casablanca

📋 copy color: '#EFB251'

red 239 ◦ green 178 ◦ blue 81

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

Shades of Casablanca #EFB251

Tints of Casablanca #EFB251

RGB

 RED value IS 239 (93.75% from 255) = 47.99%

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

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

R = 47.99%
G = 35.74%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFB251 (or 0xEFB251) is known color: Casablanca. HEX triplet: EF, B2 and 51. RGB value is (239,178,81). Sum of RGB (Red+Green+Blue) = 239+178+81=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB251 is #104DAE. Grayscale: #B9B9B9. Windows color (decimal): -1068463 or 5354223. OLE color: 5354223.

HSL color Cylindrical-coordinate representation of color #EFB251: hue angle of 36.84º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFB251 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 81 -
CMYK 0 0.26 0.66 0.06
HSL 36.84º 0.83% 0.63% -
HSV(B) 36.84º 0.66% 0.94% -
XYZ 53 50.79 14.79 -
YUV 185.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 239 178 81 0 0.26 0.66 0.06 36.84 0.83 0.63
Hex EF B2 51 0 1A 42 6 25 53 3F
Octal 357 262 121 0 32 102 6 45 123 77
Binary 11101111 10110010 1010001 0 11010 1000010 110 100101 1010011 111111

Color Harmonies of #EFB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB251

Black with #EFB251

Text Example


Text Example

White with #EFB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB251; }

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

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

background-color css

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

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

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

border-color css

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

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

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