Html Css Color HEX #EBBF35 Bright Sun

📋 copy color: '#EBBF35'

red 235 ◦ green 191 ◦ blue 53

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

Shades of Bright Sun #EBBF35

Tints of Bright Sun #EBBF35

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

 BLUE value IS 53 (21.09% from 255) = 11.06%

R = 49.06%
G = 39.87%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBBF35 (or 0xEBBF35) is known color: Bright Sun. HEX triplet: EB, BF and 35. RGB value is (235,191,53). Sum of RGB (Red+Green+Blue) = 235+191+53=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 53 (21.09% from 255 or 11.06% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBF35 is #1440CA. Grayscale: #BDBDBD. Windows color (decimal): -1327307 or 3522539. OLE color: 3522539.

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

Color convert

RGB 235 191 53 -
CMYK 0 0.19 0.77 0.08
HSL 45.49º 0.82% 0.56% -
HSV(B) 45.49º 0.77% 0.92% -
XYZ 53.53 55.18 11.2 -
YUV 188.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 235 191 53 0 0.19 0.77 0.08 45.49 0.82 0.56
Hex EB BF 35 0 13 4D 8 2D 52 38
Octal 353 277 65 0 23 115 10 55 122 70
Binary 11101011 10111111 110101 0 10011 1001101 1000 101101 1010010 111000

Color Harmonies of #EBBF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBF35

Black with #EBBF35

Text Example


Text Example

White with #EBBF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBF35; }

 p { color: rgb(235,191,53); }

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

background-color css

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

 a { background-color: rgb(235,191,53); }

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

border-color css

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

 span { border-color: rgb(235,191,53); }

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