Html Css Color HEX #EA8630 California

📋 copy color: '#EA8630'

red 234 ◦ green 134 ◦ blue 48

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

Shades of California #EA8630

Tints of California #EA8630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 56.25%
G = 32.21%
B = 11.54%

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

#EA8630 (or 0xEA8630) is known color: California. HEX triplet: EA, 86 and 30. RGB value is (234,134,48). Sum of RGB (Red+Green+Blue) = 234+134+48=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8630 is #1579CF. Grayscale: #9A9A9A. Windows color (decimal): -1407440 or 3180266. OLE color: 3180266.

HSL color Cylindrical-coordinate representation of color #EA8630: hue angle of 27.74º degrees, saturation: 0.82, 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 #EA8630 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 48 -
CMYK 0 0.43 0.79 0.08
HSL 27.74º 0.82% 0.55% -
HSV(B) 27.74º 0.79% 0.92% -
XYZ 42.99 34.76 7.24 -
YUV 154.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 234 134 48 0 0.43 0.79 0.08 27.74 0.82 0.55
Hex EA 86 30 0 2B 4F 8 1C 52 37
Octal 352 206 60 0 53 117 10 34 122 67
Binary 11101010 10000110 110000 0 101011 1001111 1000 11100 1010010 110111

Color Harmonies of #EA8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8630

Black with #EA8630

Text Example


Text Example

White with #EA8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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