Html Css Color HEX #EFAB4B Casablanca

📋 copy color: '#EFAB4B'

red 239 ◦ green 171 ◦ blue 75

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

Shades of Casablanca #EFAB4B

Tints of Casablanca #EFAB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 75 (29.69% from 255) = 15.46%

R = 49.28%
G = 35.26%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFAB4B (or 0xEFAB4B) is known color: Casablanca. HEX triplet: EF, AB and 4B. RGB value is (239,171,75). Sum of RGB (Red+Green+Blue) = 239+171+75=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB4B is #1054B4. Grayscale: #B4B4B4. Windows color (decimal): -1070261 or 4959215. OLE color: 4959215.

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

Color convert

RGB 239 171 75 -
CMYK 0 0.28 0.69 0.06
HSL 35.12º 0.84% 0.62% -
HSV(B) 35.12º 0.69% 0.94% -
XYZ 51.43 47.98 13.21 -
YUV 180.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 239 171 75 0 0.28 0.69 0.06 35.12 0.84 0.62
Hex EF AB 4B 0 1C 45 6 23 54 3E
Octal 357 253 113 0 34 105 6 43 124 76
Binary 11101111 10101011 1001011 0 11100 1000101 110 100011 1010100 111110

Color Harmonies of #EFAB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB4B

Black with #EFAB4B

Text Example


Text Example

White with #EFAB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB4B; }

 p { color: rgb(239,171,75); }

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

background-color css

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

 a { background-color: rgb(239,171,75); }

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

border-color css

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

 span { border-color: rgb(239,171,75); }

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