Html Css Color HEX #EDBD2D Bright Sun

📋 copy color: '#EDBD2D'

red 237 ◦ green 189 ◦ blue 45

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

Shades of Bright Sun #EDBD2D

Tints of Bright Sun #EDBD2D

RGB

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

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

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

R = 50.32%
G = 40.13%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDBD2D (or 0xEDBD2D) is known color: Bright Sun. HEX triplet: ED, BD and 2D. RGB value is (237,189,45). Sum of RGB (Red+Green+Blue) = 237+189+45=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBD2D is #1242D2. Grayscale: #BBBBBB. Windows color (decimal): -1196755 or 2997741. OLE color: 2997741.

HSL color Cylindrical-coordinate representation of color #EDBD2D: hue angle of 45º 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 #EDBD2D is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 45 -
CMYK 0 0.20 0.81 0.07
HSL 45º 0.84% 0.55% -
HSV(B) 45º 0.81% 0.93% -
XYZ 53.6 54.59 10.19 -
YUV 186.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 237 189 45 0 0.20 0.81 0.07 45 0.84 0.55
Hex ED BD 2D 0 14 51 7 2D 54 37
Octal 355 275 55 0 24 121 7 55 124 67
Binary 11101101 10111101 101101 0 10100 1010001 111 101101 1010100 110111

Color Harmonies of #EDBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD2D

Black with #EDBD2D

Text Example


Text Example

White with #EDBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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