Html Css Color HEX #EFB34B Casablanca

📋 copy color: '#EFB34B'

red 239 ◦ green 179 ◦ blue 75

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

Shades of Casablanca #EFB34B

Tints of Casablanca #EFB34B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 48.48%
G = 36.31%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFB34B (or 0xEFB34B) is known color: Casablanca. HEX triplet: EF, B3 and 4B. RGB value is (239,179,75). Sum of RGB (Red+Green+Blue) = 239+179+75=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB34B is #104CB4. Grayscale: #B9B9B9. Windows color (decimal): -1068213 or 4961263. OLE color: 4961263.

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

Color convert

RGB 239 179 75 -
CMYK 0 0.25 0.69 0.06
HSL 38.05º 0.84% 0.62% -
HSV(B) 38.05º 0.69% 0.94% -
XYZ 52.99 51.1 13.73 -
YUV 185.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 239 179 75 0 0.25 0.69 0.06 38.05 0.84 0.62
Hex EF B3 4B 0 19 45 6 26 54 3E
Octal 357 263 113 0 31 105 6 46 124 76
Binary 11101111 10110011 1001011 0 11001 1000101 110 100110 1010100 111110

Color Harmonies of #EFB34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB34B

Black with #EFB34B

Text Example


Text Example

White with #EFB34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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