Html Css Color HEX #EFB25B Casablanca

📋 copy color: '#EFB25B'

red 239 ◦ green 178 ◦ blue 91

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

Shades of Casablanca #EFB25B

Tints of Casablanca #EFB25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.91%

R = 47.05%
G = 35.04%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFB25B (or 0xEFB25B) is known color: Casablanca. HEX triplet: EF, B2 and 5B. RGB value is (239,178,91). Sum of RGB (Red+Green+Blue) = 239+178+91=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB25B is #104DA4. Grayscale: #BABABA. Windows color (decimal): -1068453 or 6009583. OLE color: 6009583.

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

Color convert

RGB 239 178 91 -
CMYK 0 0.26 0.62 0.06
HSL 35.27º 0.82% 0.65% -
HSV(B) 35.27º 0.62% 0.94% -
XYZ 53.41 50.95 16.92 -
YUV 186.32 74.21 165.57 -
System Red Green Blue C M Y K H S L
Decimal 239 178 91 0 0.26 0.62 0.06 35.27 0.82 0.65
Hex EF B2 5B 0 1A 3E 6 23 52 41
Octal 357 262 133 0 32 76 6 43 122 101
Binary 11101111 10110010 1011011 0 11010 111110 110 100011 1010010 1000001

Color Harmonies of #EFB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB25B

Black with #EFB25B

Text Example


Text Example

White with #EFB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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