Html Css Color HEX #EFB25A Casablanca

📋 copy color: '#EFB25A'

red 239 ◦ green 178 ◦ blue 90

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

Shades of Casablanca #EFB25A

Tints of Casablanca #EFB25A

RGB

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

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

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

R = 47.14%
G = 35.11%
B = 17.75%

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

#EFB25A (or 0xEFB25A) is known color: Casablanca. HEX triplet: EF, B2 and 5A. RGB value is (239,178,90). Sum of RGB (Red+Green+Blue) = 239+178+90=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB25A is #104DA5. Grayscale: #BABABA. Windows color (decimal): -1068454 or 5944047. OLE color: 5944047.

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

Color convert

RGB 239 178 90 -
CMYK 0 0.26 0.62 0.06
HSL 35.44º 0.82% 0.65% -
HSV(B) 35.44º 0.62% 0.94% -
XYZ 53.36 50.93 16.69 -
YUV 186.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 239 178 90 0 0.26 0.62 0.06 35.44 0.82 0.65
Hex EF B2 5A 0 1A 3E 6 23 52 41
Octal 357 262 132 0 32 76 6 43 122 101
Binary 11101111 10110010 1011010 0 11010 111110 110 100011 1010010 1000001

Color Harmonies of #EFB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB25A

Black with #EFB25A

Text Example


Text Example

White with #EFB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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