Html Css Color HEX #EBBD32 Bright Sun

📋 copy color: '#EBBD32'

red 235 ◦ green 189 ◦ blue 50

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

Shades of Bright Sun #EBBD32

Tints of Bright Sun #EBBD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.87%

 BLUE value IS 50 (19.92% from 255) = 10.55%

R = 49.58%
G = 39.87%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBBD32 (or 0xEBBD32) is known color: Bright Sun. HEX triplet: EB, BD and 32. RGB value is (235,189,50). Sum of RGB (Red+Green+Blue) = 235+189+50=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBD32 is #1442CD. Grayscale: #BBBBBB. Windows color (decimal): -1327822 or 3325419. OLE color: 3325419.

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

Color convert

RGB 235 189 50 -
CMYK 0 0.20 0.79 0.08
HSL 45.08º 0.82% 0.56% -
HSV(B) 45.08º 0.79% 0.92% -
XYZ 53.03 54.29 10.7 -
YUV 186.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 235 189 50 0 0.20 0.79 0.08 45.08 0.82 0.56
Hex EB BD 32 0 14 4F 8 2D 52 38
Octal 353 275 62 0 24 117 10 55 122 70
Binary 11101011 10111101 110010 0 10100 1001111 1000 101101 1010010 111000

Color Harmonies of #EBBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD32

Black with #EBBD32

Text Example


Text Example

White with #EBBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD32; }

 p { color: rgb(235,189,50); }

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

background-color css

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

 a { background-color: rgb(235,189,50); }

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

border-color css

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

 span { border-color: rgb(235,189,50); }

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