Html Css Color HEX #EFB24A Casablanca

📋 copy color: '#EFB24A'

red 239 ◦ green 178 ◦ blue 74

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

Shades of Casablanca #EFB24A

Tints of Casablanca #EFB24A

RGB

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

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

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

R = 48.68%
G = 36.25%
B = 15.07%

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

#EFB24A (or 0xEFB24A) is known color: Casablanca. HEX triplet: EF, B2 and 4A. RGB value is (239,178,74). Sum of RGB (Red+Green+Blue) = 239+178+74=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB24A is #104DB5. Grayscale: #B8B8B8. Windows color (decimal): -1068470 or 4895471. OLE color: 4895471.

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

Color convert

RGB 239 178 74 -
CMYK 0 0.26 0.69 0.06
HSL 37.82º 0.84% 0.61% -
HSV(B) 37.82º 0.69% 0.94% -
XYZ 52.75 50.69 13.48 -
YUV 184.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 239 178 74 0 0.26 0.69 0.06 37.82 0.84 0.61
Hex EF B2 4A 0 1A 45 6 26 54 3D
Octal 357 262 112 0 32 105 6 46 124 75
Binary 11101111 10110010 1001010 0 11010 1000101 110 100110 1010100 111101

Color Harmonies of #EFB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB24A

Black with #EFB24A

Text Example


Text Example

White with #EFB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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