Html Css Color HEX #EF893E California

📋 copy color: '#EF893E'

red 239 ◦ green 137 ◦ blue 62

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

Shades of California #EF893E

Tints of California #EF893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.28%

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 54.57%
G = 31.28%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF893E (or 0xEF893E) is known color: California. HEX triplet: EF, 89 and 3E. RGB value is (239,137,62). Sum of RGB (Red+Green+Blue) = 239+137+62=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF893E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF893E is #1076C1. Grayscale: #9F9F9F. Windows color (decimal): -1078978 or 4098543. OLE color: 4098543.

HSL color Cylindrical-coordinate representation of color #EF893E: hue angle of 25.42º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF893E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 137 62 -
CMYK 0 0.43 0.74 0.06
HSL 25.42º 0.85% 0.59% -
HSV(B) 25.42º 0.74% 0.94% -
XYZ 45.41 36.59 9.23 -
YUV 158.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 239 137 62 0 0.43 0.74 0.06 25.42 0.85 0.59
Hex EF 89 3E 0 2B 4A 6 19 55 3B
Octal 357 211 76 0 53 112 6 31 125 73
Binary 11101111 10001001 111110 0 101011 1001010 110 11001 1010101 111011

Color Harmonies of #EF893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF893E

Black with #EF893E

Text Example


Text Example

White with #EF893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF893E; }

 p { color: rgb(239,137,62); }

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

background-color css

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

 a { background-color: rgb(239,137,62); }

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

border-color css

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

 span { border-color: rgb(239,137,62); }

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