Html Css Color HEX #E4BD3D Bright Sun

📋 copy color: '#E4BD3D'

red 228 ◦ green 189 ◦ blue 61

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

Shades of Bright Sun #E4BD3D

Tints of Bright Sun #E4BD3D

RGB

 RED value IS 228 (89.45% from 255) = 47.7%

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

 BLUE value IS 61 (24.22% from 255) = 12.76%

R = 47.7%
G = 39.54%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E4BD3D (or 0xE4BD3D) is known color: Bright Sun. HEX triplet: E4, BD and 3D. RGB value is (228,189,61). Sum of RGB (Red+Green+Blue) = 228+189+61=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BD3D is #1B42C2. Grayscale: #BABABA. Windows color (decimal): -1786563 or 4046308. OLE color: 4046308.

HSL color Cylindrical-coordinate representation of color #E4BD3D: hue angle of 45.99º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E4BD3D is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 189 61 -
CMYK 0 0.17 0.73 0.11
HSL 45.99º 0.76% 0.57% -
HSV(B) 45.99º 0.73% 0.89% -
XYZ 51.03 53.23 12 -
YUV 186.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 228 189 61 0 0.17 0.73 0.11 45.99 0.76 0.57
Hex E4 BD 3D 0 11 49 B 2E 4C 39
Octal 344 275 75 0 21 111 13 56 114 71
Binary 11100100 10111101 111101 0 10001 1001001 1011 101110 1001100 111001

Color Harmonies of #E4BD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BD3D

Black with #E4BD3D

Text Example


Text Example

White with #E4BD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BD3D; }

 p { color: rgb(228,189,61); }

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

background-color css

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

 a { background-color: rgb(228,189,61); }

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

border-color css

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

 span { border-color: rgb(228,189,61); }

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