Html Css Color HEX #EDB205 Selective Yellow

📋 copy color: '#EDB205'

red 237 ◦ green 178 ◦ blue 5

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

Shades of Selective Yellow #EDB205

Tints of Selective Yellow #EDB205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 56.43%
G = 42.38%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDB205 (or 0xEDB205) is known color: Selective Yellow. HEX triplet: ED, B2 and 05. RGB value is (237,178,5). Sum of RGB (Red+Green+Blue) = 237+178+5=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB205 is #124DFA. Grayscale: #B0B0B0. Windows color (decimal): -1199611 or 373485. OLE color: 373485.

HSL color Cylindrical-coordinate representation of color #EDB205: hue angle of 44.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDB205 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 5 -
CMYK 0 0.25 0.98 0.07
HSL 44.74º 0.96% 0.47% -
HSV(B) 44.74º 0.98% 0.93% -
XYZ 50.87 49.86 7.09 -
YUV 175.92 31.55 171.57 -
System Red Green Blue C M Y K H S L
Decimal 237 178 5 0 0.25 0.98 0.07 44.74 0.96 0.47
Hex ED B2 5 0 19 62 7 2D 60 2F
Octal 355 262 5 0 31 142 7 55 140 57
Binary 11101101 10110010 101 0 11001 1100010 111 101101 1100000 101111

Color Harmonies of #EDB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB205

Black with #EDB205

Text Example


Text Example

White with #EDB205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB205; }

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

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

background-color css

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

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

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

border-color css

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

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

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