Html Css Color HEX #E78C2D California

📋 copy color: '#E78C2D'

red 231 ◦ green 140 ◦ blue 45

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

Shades of California #E78C2D

Tints of California #E78C2D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

 BLUE value IS 45 (17.97% from 255) = 10.82%

R = 55.53%
G = 33.65%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E78C2D (or 0xE78C2D) is known color: California. HEX triplet: E7, 8C and 2D. RGB value is (231,140,45). Sum of RGB (Red+Green+Blue) = 231+140+45=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78C2D is #1873D2. Grayscale: #9C9C9C. Windows color (decimal): -1602515 or 2985191. OLE color: 2985191.

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

Color convert

RGB 231 140 45 -
CMYK 0 0.39 0.81 0.09
HSL 30.65º 0.79% 0.54% -
HSV(B) 30.65º 0.81% 0.91% -
XYZ 42.81 35.93 7.16 -
YUV 156.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 231 140 45 0 0.39 0.81 0.09 30.65 0.79 0.54
Hex E7 8C 2D 0 27 51 9 1F 4F 36
Octal 347 214 55 0 47 121 11 37 117 66
Binary 11100111 10001100 101101 0 100111 1010001 1001 11111 1001111 110110

Color Harmonies of #E78C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78C2D

Black with #E78C2D

Text Example


Text Example

White with #E78C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78C2D; }

 p { color: rgb(231,140,45); }

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

background-color css

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

 a { background-color: rgb(231,140,45); }

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

border-color css

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

 span { border-color: rgb(231,140,45); }

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