Html Css Color HEX #E78D2D California

📋 copy color: '#E78D2D'

red 231 ◦ green 141 ◦ blue 45

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

Shades of California #E78D2D

Tints of California #E78D2D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

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

R = 55.4%
G = 33.81%
B = 10.79%

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

#E78D2D (or 0xE78D2D) is known color: California. HEX triplet: E7, 8D and 2D. RGB value is (231,141,45). Sum of RGB (Red+Green+Blue) = 231+141+45=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78D2D is #1872D2. Grayscale: #9D9D9D. Windows color (decimal): -1602259 or 2985447. OLE color: 2985447.

HSL color Cylindrical-coordinate representation of color #E78D2D: hue angle of 30.97º 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 #E78D2D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 141 45 -
CMYK 0 0.39 0.81 0.09
HSL 30.97º 0.79% 0.54% -
HSV(B) 30.97º 0.81% 0.91% -
XYZ 42.95 36.23 7.21 -
YUV 156.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 231 141 45 0 0.39 0.81 0.09 30.97 0.79 0.54
Hex E7 8D 2D 0 27 51 9 1F 4F 36
Octal 347 215 55 0 47 121 11 37 117 66
Binary 11100111 10001101 101101 0 100111 1010001 1001 11111 1001111 110110

Color Harmonies of #E78D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78D2D

Black with #E78D2D

Text Example


Text Example

White with #E78D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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