Html Css Color HEX #EFB04E Casablanca

📋 copy color: '#EFB04E'

red 239 ◦ green 176 ◦ blue 78

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

Shades of Casablanca #EFB04E

Tints of Casablanca #EFB04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.82%

R = 48.48%
G = 35.7%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFB04E (or 0xEFB04E) is known color: Casablanca. HEX triplet: EF, B0 and 4E. RGB value is (239,176,78). Sum of RGB (Red+Green+Blue) = 239+176+78=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB04E is #104FB1. Grayscale: #B8B8B8. Windows color (decimal): -1068978 or 5157103. OLE color: 5157103.

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

Color convert

RGB 239 176 78 -
CMYK 0 0.26 0.67 0.06
HSL 36.52º 0.83% 0.62% -
HSV(B) 36.52º 0.67% 0.94% -
XYZ 52.5 49.95 14.08 -
YUV 183.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 239 176 78 0 0.26 0.67 0.06 36.52 0.83 0.62
Hex EF B0 4E 0 1A 43 6 25 53 3E
Octal 357 260 116 0 32 103 6 45 123 76
Binary 11101111 10110000 1001110 0 11010 1000011 110 100101 1010011 111110

Color Harmonies of #EFB04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB04E

Black with #EFB04E

Text Example


Text Example

White with #EFB04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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