Html Css Color HEX #EFB04B Casablanca

📋 copy color: '#EFB04B'

red 239 ◦ green 176 ◦ blue 75

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

Shades of Casablanca #EFB04B

Tints of Casablanca #EFB04B

RGB

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

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

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

R = 48.78%
G = 35.92%
B = 15.31%

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

#EFB04B (or 0xEFB04B) is known color: Casablanca. HEX triplet: EF, B0 and 4B. RGB value is (239,176,75). Sum of RGB (Red+Green+Blue) = 239+176+75=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB04B is #104FB4. Grayscale: #B7B7B7. Windows color (decimal): -1068981 or 4960495. OLE color: 4960495.

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

Color convert

RGB 239 176 75 -
CMYK 0 0.26 0.69 0.06
HSL 36.95º 0.84% 0.62% -
HSV(B) 36.95º 0.69% 0.94% -
XYZ 52.39 49.91 13.53 -
YUV 183.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 239 176 75 0 0.26 0.69 0.06 36.95 0.84 0.62
Hex EF B0 4B 0 1A 45 6 25 54 3E
Octal 357 260 113 0 32 105 6 45 124 76
Binary 11101111 10110000 1001011 0 11010 1000101 110 100101 1010100 111110

Color Harmonies of #EFB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB04B

Black with #EFB04B

Text Example


Text Example

White with #EFB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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