Html Css Color HEX #EDB60B Selective Yellow

📋 copy color: '#EDB60B'

red 237 ◦ green 182 ◦ blue 11

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

Shades of Selective Yellow #EDB60B

Tints of Selective Yellow #EDB60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.33%

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 55.12%
G = 42.33%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDB60B (or 0xEDB60B) is known color: Selective Yellow. HEX triplet: ED, B6 and 0B. RGB value is (237,182,11). Sum of RGB (Red+Green+Blue) = 237+182+11=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB60B is #1249F4. Grayscale: #B3B3B3. Windows color (decimal): -1198581 or 767725. OLE color: 767725.

HSL color Cylindrical-coordinate representation of color #EDB60B: hue angle of 45.4º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDB60B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 11 -
CMYK 0 0.23 0.95 0.07
HSL 45.4º 0.91% 0.49% -
HSV(B) 45.4º 0.95% 0.93% -
XYZ 51.71 51.48 7.53 -
YUV 178.95 33.22 169.4 -
System Red Green Blue C M Y K H S L
Decimal 237 182 11 0 0.23 0.95 0.07 45.4 0.91 0.49
Hex ED B6 B 0 17 5F 7 2D 5B 31
Octal 355 266 13 0 27 137 7 55 133 61
Binary 11101101 10110110 1011 0 10111 1011111 111 101101 1011011 110001

Color Harmonies of #EDB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB60B

Black with #EDB60B

Text Example


Text Example

White with #EDB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB60B; }

 p { color: rgb(237,182,11); }

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

background-color css

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

 a { background-color: rgb(237,182,11); }

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

border-color css

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

 span { border-color: rgb(237,182,11); }

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