Html Css Color HEX #EBBD2E Bright Sun

📋 copy color: '#EBBD2E'

red 235 ◦ green 189 ◦ blue 46

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

Shades of Bright Sun #EBBD2E

Tints of Bright Sun #EBBD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.79%

R = 50%
G = 40.21%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBBD2E (or 0xEBBD2E) is known color: Bright Sun. HEX triplet: EB, BD and 2E. RGB value is (235,189,46). Sum of RGB (Red+Green+Blue) = 235+189+46=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBD2E is #1442D1. Grayscale: #BBBBBB. Windows color (decimal): -1327826 or 3063275. OLE color: 3063275.

HSL color Cylindrical-coordinate representation of color #EBBD2E: hue angle of 45.4º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBBD2E is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 46 -
CMYK 0 0.20 0.80 0.08
HSL 45.4º 0.83% 0.55% -
HSV(B) 45.4º 0.8% 0.92% -
XYZ 52.95 54.25 10.27 -
YUV 186.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 235 189 46 0 0.20 0.80 0.08 45.4 0.83 0.55
Hex EB BD 2E 0 14 50 8 2D 53 37
Octal 353 275 56 0 24 120 10 55 123 67
Binary 11101011 10111101 101110 0 10100 1010000 1000 101101 1010011 110111

Color Harmonies of #EBBD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD2E

Black with #EBBD2E

Text Example


Text Example

White with #EBBD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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