Html Css Color HEX #EFBE2B Bright Sun

📋 copy color: '#EFBE2B'

red 239 ◦ green 190 ◦ blue 43

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

Shades of Bright Sun #EFBE2B

Tints of Bright Sun #EFBE2B

RGB

 RED value IS 239 (93.75% from 255) = 50.64%

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 43 (17.19% from 255) = 9.11%

R = 50.64%
G = 40.25%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFBE2B (or 0xEFBE2B) is known color: Bright Sun. HEX triplet: EF, BE and 2B. RGB value is (239,190,43). Sum of RGB (Red+Green+Blue) = 239+190+43=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE2B is #1041D4. Grayscale: #BCBCBC. Windows color (decimal): -1065429 or 2866927. OLE color: 2866927.

HSL color Cylindrical-coordinate representation of color #EFBE2B: hue angle of 45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFBE2B is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 43 -
CMYK 0 0.21 0.82 0.06
HSL 45º 0.86% 0.55% -
HSV(B) 45º 0.82% 0.94% -
XYZ 54.45 55.35 10.1 -
YUV 187.89 46.23 164.45 -
System Red Green Blue C M Y K H S L
Decimal 239 190 43 0 0.21 0.82 0.06 45 0.86 0.55
Hex EF BE 2B 0 15 52 6 2D 56 37
Octal 357 276 53 0 25 122 6 55 126 67
Binary 11101111 10111110 101011 0 10101 1010010 110 101101 1010110 110111

Color Harmonies of #EFBE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE2B

Black with #EFBE2B

Text Example


Text Example

White with #EFBE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE2B; }

 p { color: rgb(239,190,43); }

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

background-color css

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

 a { background-color: rgb(239,190,43); }

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

border-color css

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

 span { border-color: rgb(239,190,43); }

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