Html Css Color HEX #EFB24B Casablanca

📋 copy color: '#EFB24B'

red 239 ◦ green 178 ◦ blue 75

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

Shades of Casablanca #EFB24B

Tints of Casablanca #EFB24B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

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

R = 48.58%
G = 36.18%
B = 15.24%

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

#EFB24B (or 0xEFB24B) is known color: Casablanca. HEX triplet: EF, B2 and 4B. RGB value is (239,178,75). Sum of RGB (Red+Green+Blue) = 239+178+75=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB24B is #104DB4. Grayscale: #B8B8B8. Windows color (decimal): -1068469 or 4961007. OLE color: 4961007.

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

Color convert

RGB 239 178 75 -
CMYK 0 0.26 0.69 0.06
HSL 37.68º 0.84% 0.62% -
HSV(B) 37.68º 0.69% 0.94% -
XYZ 52.79 50.7 13.66 -
YUV 184.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 239 178 75 0 0.26 0.69 0.06 37.68 0.84 0.62
Hex EF B2 4B 0 1A 45 6 26 54 3E
Octal 357 262 113 0 32 105 6 46 124 76
Binary 11101111 10110010 1001011 0 11010 1000101 110 100110 1010100 111110

Color Harmonies of #EFB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB24B

Black with #EFB24B

Text Example


Text Example

White with #EFB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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