Html Css Color HEX #EFB24D Casablanca

📋 copy color: '#EFB24D'

red 239 ◦ green 178 ◦ blue 77

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

Shades of Casablanca #EFB24D

Tints of Casablanca #EFB24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 48.38%
G = 36.03%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFB24D (or 0xEFB24D) is known color: Casablanca. HEX triplet: EF, B2 and 4D. RGB value is (239,178,77). Sum of RGB (Red+Green+Blue) = 239+178+77=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB24D is #104DB2. Grayscale: #B9B9B9. Windows color (decimal): -1068467 or 5092079. OLE color: 5092079.

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

Color convert

RGB 239 178 77 -
CMYK 0 0.26 0.68 0.06
HSL 37.41º 0.84% 0.62% -
HSV(B) 37.41º 0.68% 0.94% -
XYZ 52.86 50.73 14.03 -
YUV 184.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 239 178 77 0 0.26 0.68 0.06 37.41 0.84 0.62
Hex EF B2 4D 0 1A 44 6 25 54 3E
Octal 357 262 115 0 32 104 6 45 124 76
Binary 11101111 10110010 1001101 0 11010 1000100 110 100101 1010100 111110

Color Harmonies of #EFB24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB24D

Black with #EFB24D

Text Example


Text Example

White with #EFB24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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