Html Css Color HEX #EFB45B Casablanca

📋 copy color: '#EFB45B'

red 239 ◦ green 180 ◦ blue 91

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

Shades of Casablanca #EFB45B

Tints of Casablanca #EFB45B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

 BLUE value IS 91 (35.94% from 255) = 17.84%

R = 46.86%
G = 35.29%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFB45B (or 0xEFB45B) is known color: Casablanca. HEX triplet: EF, B4 and 5B. RGB value is (239,180,91). Sum of RGB (Red+Green+Blue) = 239+180+91=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB45B is #104BA4. Grayscale: #BBBBBB. Windows color (decimal): -1067941 or 6010095. OLE color: 6010095.

HSL color Cylindrical-coordinate representation of color #EFB45B: hue angle of 36.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFB45B is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 91 -
CMYK 0 0.25 0.62 0.06
HSL 36.08º 0.82% 0.65% -
HSV(B) 36.08º 0.62% 0.94% -
XYZ 53.81 51.75 17.05 -
YUV 187.5 73.55 164.74 -
System Red Green Blue C M Y K H S L
Decimal 239 180 91 0 0.25 0.62 0.06 36.08 0.82 0.65
Hex EF B4 5B 0 19 3E 6 24 52 41
Octal 357 264 133 0 31 76 6 44 122 101
Binary 11101111 10110100 1011011 0 11001 111110 110 100100 1010010 1000001

Color Harmonies of #EFB45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB45B

Black with #EFB45B

Text Example


Text Example

White with #EFB45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB45B; }

 p { color: rgb(239,180,91); }

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

background-color css

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

 a { background-color: rgb(239,180,91); }

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

border-color css

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

 span { border-color: rgb(239,180,91); }

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