Html Css Color HEX #E6C32A Bright Sun

📋 copy color: '#E6C32A'

red 230 ◦ green 195 ◦ blue 42

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

Shades of Bright Sun #E6C32A

Tints of Bright Sun #E6C32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

 BLUE value IS 42 (16.8% from 255) = 8.99%

R = 49.25%
G = 41.76%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6C32A (or 0xE6C32A) is known color: Bright Sun. HEX triplet: E6, C3 and 2A. RGB value is (230,195,42). Sum of RGB (Red+Green+Blue) = 230+195+42=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C32A is #193CD5. Grayscale: #BCBCBC. Windows color (decimal): -1653974 or 2802662. OLE color: 2802662.

HSL color Cylindrical-coordinate representation of color #E6C32A: hue angle of 48.83º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6C32A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 195 42 -
CMYK 0 0.15 0.82 0.10
HSL 48.83º 0.79% 0.53% -
HSV(B) 48.83º 0.82% 0.9% -
XYZ 52.57 56.02 10.23 -
YUV 188.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 230 195 42 0 0.15 0.82 0.10 48.83 0.79 0.53
Hex E6 C3 2A 0 F 52 A 31 4F 35
Octal 346 303 52 0 17 122 12 61 117 65
Binary 11100110 11000011 101010 0 1111 1010010 1010 110001 1001111 110101

Color Harmonies of #E6C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C32A

Black with #E6C32A

Text Example


Text Example

White with #E6C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C32A; }

 p { color: rgb(230,195,42); }

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

background-color css

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

 a { background-color: rgb(230,195,42); }

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

border-color css

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

 span { border-color: rgb(230,195,42); }

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