Html Css Color HEX #EFB14A Casablanca

📋 copy color: '#EFB14A'

red 239 ◦ green 177 ◦ blue 74

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

Shades of Casablanca #EFB14A

Tints of Casablanca #EFB14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 48.78%
G = 36.12%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFB14A (or 0xEFB14A) is known color: Casablanca. HEX triplet: EF, B1 and 4A. RGB value is (239,177,74). Sum of RGB (Red+Green+Blue) = 239+177+74=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB14A is #104EB5. Grayscale: #B8B8B8. Windows color (decimal): -1068726 or 4895215. OLE color: 4895215.

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

Color convert

RGB 239 177 74 -
CMYK 0 0.26 0.69 0.06
HSL 37.45º 0.84% 0.61% -
HSV(B) 37.45º 0.69% 0.94% -
XYZ 52.55 50.29 13.42 -
YUV 183.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 239 177 74 0 0.26 0.69 0.06 37.45 0.84 0.61
Hex EF B1 4A 0 1A 45 6 25 54 3D
Octal 357 261 112 0 32 105 6 45 124 75
Binary 11101111 10110001 1001010 0 11010 1000101 110 100101 1010100 111101

Color Harmonies of #EFB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB14A

Black with #EFB14A

Text Example


Text Example

White with #EFB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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