Html Css Color HEX #E78A30 California

📋 copy color: '#E78A30'

red 231 ◦ green 138 ◦ blue 48

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

Shades of California #E78A30

Tints of California #E78A30

RGB

 RED value IS 231 (90.63% from 255) = 55.4%

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 55.4%
G = 33.09%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E78A30 (or 0xE78A30) is known color: California. HEX triplet: E7, 8A and 30. RGB value is (231,138,48). Sum of RGB (Red+Green+Blue) = 231+138+48=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78A30 is #1875CF. Grayscale: #9C9C9C. Windows color (decimal): -1603024 or 3181287. OLE color: 3181287.

HSL color Cylindrical-coordinate representation of color #E78A30: hue angle of 29.51º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E78A30 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 138 48 -
CMYK 0 0.40 0.79 0.09
HSL 29.51º 0.79% 0.55% -
HSV(B) 29.51º 0.79% 0.91% -
XYZ 42.58 35.38 7.38 -
YUV 155.55 67.31 181.82 -
System Red Green Blue C M Y K H S L
Decimal 231 138 48 0 0.40 0.79 0.09 29.51 0.79 0.55
Hex E7 8A 30 0 28 4F 9 1E 4F 37
Octal 347 212 60 0 50 117 11 36 117 67
Binary 11100111 10001010 110000 0 101000 1001111 1001 11110 1001111 110111

Color Harmonies of #E78A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78A30

Black with #E78A30

Text Example


Text Example

White with #E78A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78A30; }

 p { color: rgb(231,138,48); }

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

background-color css

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

 a { background-color: rgb(231,138,48); }

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

border-color css

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

 span { border-color: rgb(231,138,48); }

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