Html Css Color HEX #EA8631 California

📋 copy color: '#EA8631'

red 234 ◦ green 134 ◦ blue 49

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

Shades of California #EA8631

Tints of California #EA8631

RGB

 RED value IS 234 (91.8% from 255) = 56.12%

 GREEN value IS 134 (52.73% from 255) = 32.13%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 56.12%
G = 32.13%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA8631 (or 0xEA8631) is known color: California. HEX triplet: EA, 86 and 31. RGB value is (234,134,49). Sum of RGB (Red+Green+Blue) = 234+134+49=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8631 is #1579CE. Grayscale: #9A9A9A. Windows color (decimal): -1407439 or 3245802. OLE color: 3245802.

HSL color Cylindrical-coordinate representation of color #EA8631: hue angle of 27.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA8631 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 49 -
CMYK 0 0.43 0.79 0.08
HSL 27.57º 0.81% 0.55% -
HSV(B) 27.57º 0.79% 0.92% -
XYZ 43.01 34.76 7.35 -
YUV 154.21 68.63 184.91 -
System Red Green Blue C M Y K H S L
Decimal 234 134 49 0 0.43 0.79 0.08 27.57 0.81 0.55
Hex EA 86 31 0 2B 4F 8 1C 51 37
Octal 352 206 61 0 53 117 10 34 121 67
Binary 11101010 10000110 110001 0 101011 1001111 1000 11100 1010001 110111

Color Harmonies of #EA8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8631

Black with #EA8631

Text Example


Text Example

White with #EA8631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8631; }

 p { color: rgb(234,134,49); }

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

background-color css

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

 a { background-color: rgb(234,134,49); }

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

border-color css

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

 span { border-color: rgb(234,134,49); }

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