Html Css Color HEX #EFB04A Casablanca

📋 copy color: '#EFB04A'

red 239 ◦ green 176 ◦ blue 74

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

Shades of Casablanca #EFB04A

Tints of Casablanca #EFB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.99%

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

R = 48.88%
G = 35.99%
B = 15.13%

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

#EFB04A (or 0xEFB04A) is known color: Casablanca. HEX triplet: EF, B0 and 4A. RGB value is (239,176,74). Sum of RGB (Red+Green+Blue) = 239+176+74=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB04A is #104FB5. Grayscale: #B7B7B7. Windows color (decimal): -1068982 or 4894959. OLE color: 4894959.

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

Color convert

RGB 239 176 74 -
CMYK 0 0.26 0.69 0.06
HSL 37.09º 0.84% 0.61% -
HSV(B) 37.09º 0.69% 0.94% -
XYZ 52.36 49.9 13.35 -
YUV 183.21 66.37 167.79 -
System Red Green Blue C M Y K H S L
Decimal 239 176 74 0 0.26 0.69 0.06 37.09 0.84 0.61
Hex EF B0 4A 0 1A 45 6 25 54 3D
Octal 357 260 112 0 32 105 6 45 124 75
Binary 11101111 10110000 1001010 0 11010 1000101 110 100101 1010100 111101

Color Harmonies of #EFB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB04A

Black with #EFB04A

Text Example


Text Example

White with #EFB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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