Html Css Color HEX #EFB45A Casablanca

📋 copy color: '#EFB45A'

red 239 ◦ green 180 ◦ blue 90

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

Shades of Casablanca #EFB45A

Tints of Casablanca #EFB45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

 BLUE value IS 90 (35.55% from 255) = 17.68%

R = 46.95%
G = 35.36%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFB45A (or 0xEFB45A) is known color: Casablanca. HEX triplet: EF, B4 and 5A. RGB value is (239,180,90). Sum of RGB (Red+Green+Blue) = 239+180+90=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB45A is #104BA5. Grayscale: #BBBBBB. Windows color (decimal): -1067942 or 5944559. OLE color: 5944559.

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

Color convert

RGB 239 180 90 -
CMYK 0 0.25 0.62 0.06
HSL 36.24º 0.82% 0.65% -
HSV(B) 36.24º 0.62% 0.94% -
XYZ 53.76 51.73 16.82 -
YUV 187.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 239 180 90 0 0.25 0.62 0.06 36.24 0.82 0.65
Hex EF B4 5A 0 19 3E 6 24 52 41
Octal 357 264 132 0 31 76 6 44 122 101
Binary 11101111 10110100 1011010 0 11001 111110 110 100100 1010010 1000001

Color Harmonies of #EFB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB45A

Black with #EFB45A

Text Example


Text Example

White with #EFB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB45A; }

 p { color: rgb(239,180,90); }

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

background-color css

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

 a { background-color: rgb(239,180,90); }

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

border-color css

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

 span { border-color: rgb(239,180,90); }

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