Html Css Color HEX #EFB92D Bright Sun

📋 copy color: '#EFB92D'

red 239 ◦ green 185 ◦ blue 45

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

Shades of Bright Sun #EFB92D

Tints of Bright Sun #EFB92D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

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

R = 50.96%
G = 39.45%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFB92D (or 0xEFB92D) is known color: Bright Sun. HEX triplet: EF, B9 and 2D. RGB value is (239,185,45). Sum of RGB (Red+Green+Blue) = 239+185+45=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB92D is #1046D2. Grayscale: #B9B9B9. Windows color (decimal): -1066707 or 2996719. OLE color: 2996719.

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

Color convert

RGB 239 185 45 -
CMYK 0 0.23 0.81 0.06
HSL 43.3º 0.86% 0.56% -
HSV(B) 43.3º 0.81% 0.94% -
XYZ 53.42 53.24 9.94 -
YUV 185.19 48.89 166.38 -
System Red Green Blue C M Y K H S L
Decimal 239 185 45 0 0.23 0.81 0.06 43.3 0.86 0.56
Hex EF B9 2D 0 17 51 6 2B 56 38
Octal 357 271 55 0 27 121 6 53 126 70
Binary 11101111 10111001 101101 0 10111 1010001 110 101011 1010110 111000

Color Harmonies of #EFB92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB92D

Black with #EFB92D

Text Example


Text Example

White with #EFB92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB92D; }

 p { color: rgb(239,185,45); }

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

background-color css

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

 a { background-color: rgb(239,185,45); }

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

border-color css

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

 span { border-color: rgb(239,185,45); }

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