Html Css Color HEX #EDB22D Bright Sun

📋 copy color: '#EDB22D'

red 237 ◦ green 178 ◦ blue 45

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

Shades of Bright Sun #EDB22D

Tints of Bright Sun #EDB22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

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

R = 51.52%
G = 38.7%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDB22D (or 0xEDB22D) is known color: Bright Sun. HEX triplet: ED, B2 and 2D. RGB value is (237,178,45). Sum of RGB (Red+Green+Blue) = 237+178+45=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB22D is #124DD2. Grayscale: #B5B5B5. Windows color (decimal): -1199571 or 2994925. OLE color: 2994925.

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

Color convert

RGB 237 178 45 -
CMYK 0 0.25 0.81 0.07
HSL 41.56º 0.84% 0.55% -
HSV(B) 41.56º 0.81% 0.93% -
XYZ 51.32 50.03 9.44 -
YUV 180.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 237 178 45 0 0.25 0.81 0.07 41.56 0.84 0.55
Hex ED B2 2D 0 19 51 7 2A 54 37
Octal 355 262 55 0 31 121 7 52 124 67
Binary 11101101 10110010 101101 0 11001 1010001 111 101010 1010100 110111

Color Harmonies of #EDB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB22D

Black with #EDB22D

Text Example


Text Example

White with #EDB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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