Html Css Color HEX #EDBA2D Bright Sun

📋 copy color: '#EDBA2D'

red 237 ◦ green 186 ◦ blue 45

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

Shades of Bright Sun #EDBA2D

Tints of Bright Sun #EDBA2D

RGB

 RED value IS 237 (92.97% from 255) = 50.64%

 GREEN value IS 186 (73.05% from 255) = 39.74%

 BLUE value IS 45 (17.97% from 255) = 9.62%

R = 50.64%
G = 39.74%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDBA2D (or 0xEDBA2D) is known color: Bright Sun. HEX triplet: ED, BA and 2D. RGB value is (237,186,45). Sum of RGB (Red+Green+Blue) = 237+186+45=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA2D is #1245D2. Grayscale: #B9B9B9. Windows color (decimal): -1197523 or 2996973. OLE color: 2996973.

HSL color Cylindrical-coordinate representation of color #EDBA2D: hue angle of 44.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDBA2D is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 45 -
CMYK 0 0.22 0.81 0.07
HSL 44.06º 0.84% 0.55% -
HSV(B) 44.06º 0.81% 0.93% -
XYZ 52.96 53.31 9.98 -
YUV 185.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 237 186 45 0 0.22 0.81 0.07 44.06 0.84 0.55
Hex ED BA 2D 0 16 51 7 2C 54 37
Octal 355 272 55 0 26 121 7 54 124 67
Binary 11101101 10111010 101101 0 10110 1010001 111 101100 1010100 110111

Color Harmonies of #EDBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA2D

Black with #EDBA2D

Text Example


Text Example

White with #EDBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA2D; }

 p { color: rgb(237,186,45); }

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

background-color css

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

 a { background-color: rgb(237,186,45); }

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

border-color css

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

 span { border-color: rgb(237,186,45); }

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