Html Css Color HEX #EFA64B Casablanca

📋 copy color: '#EFA64B'

red 239 ◦ green 166 ◦ blue 75

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

Shades of Casablanca #EFA64B

Tints of Casablanca #EFA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.58%

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

R = 49.79%
G = 34.58%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFA64B (or 0xEFA64B) is known color: Casablanca. HEX triplet: EF, A6 and 4B. RGB value is (239,166,75). Sum of RGB (Red+Green+Blue) = 239+166+75=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA64B is #1059B4. Grayscale: #B1B1B1. Windows color (decimal): -1071541 or 4957935. OLE color: 4957935.

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

Color convert

RGB 239 166 75 -
CMYK 0 0.31 0.69 0.06
HSL 33.29º 0.84% 0.62% -
HSV(B) 33.29º 0.69% 0.94% -
XYZ 50.5 46.13 12.9 -
YUV 177.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 239 166 75 0 0.31 0.69 0.06 33.29 0.84 0.62
Hex EF A6 4B 0 1F 45 6 21 54 3E
Octal 357 246 113 0 37 105 6 41 124 76
Binary 11101111 10100110 1001011 0 11111 1000101 110 100001 1010100 111110

Color Harmonies of #EFA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA64B

Black with #EFA64B

Text Example


Text Example

White with #EFA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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