Html Css Color HEX #EFB15B Casablanca

📋 copy color: '#EFB15B'

red 239 ◦ green 177 ◦ blue 91

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

Shades of Casablanca #EFB15B

Tints of Casablanca #EFB15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

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

R = 47.14%
G = 34.91%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFB15B (or 0xEFB15B) is known color: Casablanca. HEX triplet: EF, B1 and 5B. RGB value is (239,177,91). Sum of RGB (Red+Green+Blue) = 239+177+91=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB15B is #104EA4. Grayscale: #BABABA. Windows color (decimal): -1068709 or 6009327. OLE color: 6009327.

HSL color Cylindrical-coordinate representation of color #EFB15B: hue angle of 34.86º 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 #EFB15B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 91 -
CMYK 0 0.26 0.62 0.06
HSL 34.86º 0.82% 0.65% -
HSV(B) 34.86º 0.62% 0.94% -
XYZ 53.21 50.55 16.85 -
YUV 185.73 74.54 165.99 -
System Red Green Blue C M Y K H S L
Decimal 239 177 91 0 0.26 0.62 0.06 34.86 0.82 0.65
Hex EF B1 5B 0 1A 3E 6 23 52 41
Octal 357 261 133 0 32 76 6 43 122 101
Binary 11101111 10110001 1011011 0 11010 111110 110 100011 1010010 1000001

Color Harmonies of #EFB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB15B

Black with #EFB15B

Text Example


Text Example

White with #EFB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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