Html Css Color HEX #EBB42A Bright Sun

📋 copy color: '#EBB42A'

red 235 ◦ green 180 ◦ blue 42

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

Shades of Bright Sun #EBB42A

Tints of Bright Sun #EBB42A

RGB

 RED value IS 235 (92.19% from 255) = 51.42%

 GREEN value IS 180 (70.7% from 255) = 39.39%

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

R = 51.42%
G = 39.39%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBB42A (or 0xEBB42A) is known color: Bright Sun. HEX triplet: EB, B4 and 2A. RGB value is (235,180,42). Sum of RGB (Red+Green+Blue) = 235+180+42=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB42A is #144BD5. Grayscale: #B5B5B5. Windows color (decimal): -1330134 or 2798827. OLE color: 2798827.

HSL color Cylindrical-coordinate representation of color #EBB42A: hue angle of 42.9º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBB42A is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 42 -
CMYK 0 0.23 0.82 0.08
HSL 42.9º 0.83% 0.54% -
HSV(B) 42.9º 0.82% 0.92% -
XYZ 51 50.47 9.24 -
YUV 180.71 49.72 166.72 -
System Red Green Blue C M Y K H S L
Decimal 235 180 42 0 0.23 0.82 0.08 42.9 0.83 0.54
Hex EB B4 2A 0 17 52 8 2B 53 36
Octal 353 264 52 0 27 122 10 53 123 66
Binary 11101011 10110100 101010 0 10111 1010010 1000 101011 1010011 110110

Color Harmonies of #EBB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB42A

Black with #EBB42A

Text Example


Text Example

White with #EBB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB42A; }

 p { color: rgb(235,180,42); }

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

background-color css

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

 a { background-color: rgb(235,180,42); }

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

border-color css

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

 span { border-color: rgb(235,180,42); }

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