Html Css Color HEX #EFB25D Casablanca

📋 copy color: '#EFB25D'

red 239 ◦ green 178 ◦ blue 93

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

Shades of Casablanca #EFB25D

Tints of Casablanca #EFB25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.24%

R = 46.86%
G = 34.9%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFB25D (or 0xEFB25D) is known color: Casablanca. HEX triplet: EF, B2 and 5D. RGB value is (239,178,93). Sum of RGB (Red+Green+Blue) = 239+178+93=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB25D is #104DA2. Grayscale: #BABABA. Windows color (decimal): -1068451 or 6140655. OLE color: 6140655.

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

Color convert

RGB 239 178 93 -
CMYK 0 0.26 0.61 0.06
HSL 34.93º 0.82% 0.65% -
HSV(B) 34.93º 0.61% 0.94% -
XYZ 53.49 50.98 17.38 -
YUV 186.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 239 178 93 0 0.26 0.61 0.06 34.93 0.82 0.65
Hex EF B2 5D 0 1A 3D 6 23 52 41
Octal 357 262 135 0 32 75 6 43 122 101
Binary 11101111 10110010 1011101 0 11010 111101 110 100011 1010010 1000001

Color Harmonies of #EFB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB25D

Black with #EFB25D

Text Example


Text Example

White with #EFB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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