Html Css Color HEX #E6902F California

📋 copy color: '#E6902F'

red 230 ◦ green 144 ◦ blue 47

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

Shades of California #E6902F

Tints of California #E6902F

RGB

 RED value IS 230 (90.23% from 255) = 54.63%

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 54.63%
G = 34.2%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6902F (or 0xE6902F) is known color: California. HEX triplet: E6, 90 and 2F. RGB value is (230,144,47). Sum of RGB (Red+Green+Blue) = 230+144+47=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6902F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6902F is #196FD0. Grayscale: #9F9F9F. Windows color (decimal): -1667025 or 3117286. OLE color: 3117286.

HSL color Cylindrical-coordinate representation of color #E6902F: hue angle of 31.8º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6902F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 47 -
CMYK 0 0.37 0.80 0.10
HSL 31.8º 0.79% 0.54% -
HSV(B) 31.8º 0.8% 0.9% -
XYZ 43.12 36.97 7.55 -
YUV 158.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 230 144 47 0 0.37 0.80 0.10 31.8 0.79 0.54
Hex E6 90 2F 0 25 50 A 20 4F 36
Octal 346 220 57 0 45 120 12 40 117 66
Binary 11100110 10010000 101111 0 100101 1010000 1010 100000 1001111 110110

Color Harmonies of #E6902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6902F

Black with #E6902F

Text Example


Text Example

White with #E6902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6902F; }

 p { color: rgb(230,144,47); }

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

background-color css

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

 a { background-color: rgb(230,144,47); }

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

border-color css

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

 span { border-color: rgb(230,144,47); }

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