Html Css Color HEX #EFB15A Casablanca

📋 copy color: '#EFB15A'

red 239 ◦ green 177 ◦ blue 90

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

Shades of Casablanca #EFB15A

Tints of Casablanca #EFB15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.79%

R = 47.23%
G = 34.98%
B = 17.79%

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

#EFB15A (or 0xEFB15A) is known color: Casablanca. HEX triplet: EF, B1 and 5A. RGB value is (239,177,90). Sum of RGB (Red+Green+Blue) = 239+177+90=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB15A is #104EA5. Grayscale: #BABABA. Windows color (decimal): -1068710 or 5943791. OLE color: 5943791.

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

Color convert

RGB 239 177 90 -
CMYK 0 0.26 0.62 0.06
HSL 35.03º 0.82% 0.65% -
HSV(B) 35.03º 0.62% 0.94% -
XYZ 53.16 50.53 16.62 -
YUV 185.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 239 177 90 0 0.26 0.62 0.06 35.03 0.82 0.65
Hex EF B1 5A 0 1A 3E 6 23 52 41
Octal 357 261 132 0 32 76 6 43 122 101
Binary 11101111 10110001 1011010 0 11010 111110 110 100011 1010010 1000001

Color Harmonies of #EFB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB15A

Black with #EFB15A

Text Example


Text Example

White with #EFB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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